home *** CD-ROM | disk | FTP | other *** search
/ EuroCD 3 / EuroCD 3.iso / Programming / BlitzBasic / Frac / read.me < prev    next >
Text File  |  1998-06-24  |  1KB  |  47 lines

  1. This souce is supplied as is.  It was written On a bare A1200 as an
  2. exercise in using windows, buttons AND Menus.  As I don't intend To
  3. take it any further this code can be Used in any way you see fit,
  4. most probably involving the DELETE command somewhere alon the Line :)
  5.  
  6. The code is written using procedures, but the Point of this is blunted
  7. by SHAREing all the variables, AND is also messy and undocumented.  If
  8. you really want To do something with it and have some questions, feel
  9. Free To email me at STEVIE_WOJ@HOTMAIL.COM  (sorry about having To Use
  10. Hotmail, but my work is VERY particular about email Use).
  11.  
  12. Things I would have done If I was To finish the job:
  13.  
  14. 1.  ADD NEWTYPES For parameter information so as To avoid using SHARED
  15.     vaiables.
  16.  
  17. 2.  Make sure all the fractals worked properly (The Lyapov was just too
  18.     hard for me(not top on maths U c) also Pheonix I think has wrong
  19.     parameters)
  20.  
  21. 3.  ADD Palette editing, loading and saving.
  22.  
  23. 4.  Allow loading and saving of Co-ords For ALL types.
  24.  
  25. 5.  Add screenmode selection.
  26.  
  27. 6.  Add font selection
  28.  
  29. 7.  Once fully modular, allow users to load their own fractal modules.
  30.  
  31. 8.  Make the menus better looking.
  32.  
  33. 9.  Documention...
  34.  
  35. 10. Recode some of the render procedures in ASM
  36.  
  37.  
  38. if you decide to use this code to finish the project then give me a
  39. mention in the credits please.
  40.  
  41. Stevie W.
  42.  
  43.  
  44. The capitalisation is a bit strange in this file 'cos I forgot to turn
  45. off Tokenising when I started writing it!
  46.  
  47.